home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / utils / pathtl22.arj / WHATSNEW.DOC < prev   
Text File  |  1993-08-03  |  4KB  |  77 lines

  1.        Version 2.2  (Aug-3-1993)
  2.  
  3.         o  Overview
  4.              - Added 1 new command.
  5.              - Added 7 new options.
  6.  
  7.         o  Added /C command to compare directories with PATH and set the
  8.            ERRORLEVEL.  If ALL directories are found then 0 is returned,
  9.            otherwise 2 is returned in ERRORLEVEL.
  10.              i.e. PATH=c:\;c:\dos;d:\
  11.                   PATHTOOL  /C  c:\dos
  12.                   ERRORLEVEL is 0
  13.  
  14.              i.e. PATH=c:\;c:\dos
  15.                   PATHTOOL  /C  c:\windows
  16.                   ERRORLEVEL is 2
  17.  
  18.         o  Added /Ke option to put the path into an environment variable `e'
  19.            after processing it, instead of PATH.  The 'e' is optional if it
  20.            is already given with the /Ge option or if the /RP file contains
  21.            a variable name.  This option is perfect for modifying variables
  22.            that have a similar format as "PATH".  Any one using Microsoft
  23.            Compilers or LINT will love this feature to modify LIB, INCLUDE,
  24.            and HELPFILES variables.
  25.              i.e. PATHTOOL  /GLIB  /K  /F  c:\msvc10\lib
  26.  
  27.         o  Added /RD=f option to read a file 'f' with directories.  This will
  28.            read a file written by the /WD option format. Default is {DIR}.TXT.
  29.              i.e. PATHTOOL  /RD
  30.  
  31.         o  Added /RP=f option to read a file 'f' with a full path.  This will
  32.            read a file written by the /WP option format. Default is {PATH}.BAT.
  33.              i.e. PATHTOOL  /RP
  34.  
  35.         o  Added /YM option to allow moving a directory if it already exists
  36.            in the PATH.  The /YM option is the default.  Use /NM to make it
  37.            compatibile with PathTool v2.1 which didn't move the directory.
  38.              i.e. PATH=c:\;d:\;c:\dos
  39.                   PATHTOOL  /F  c:\dos
  40.  
  41.         o  Added /NA & /YA options.  The /NA option suppresses all options
  42.            from the "PATHTOOL" environment string.  The /YA option is default.
  43.              i.e. set PATHTOOL=/NVC /NVE /NVR
  44.                   PATHTOOL  /NA  /E  c:\tmp
  45.  
  46.         o  Added default command of /E when a directory is given without a
  47.            command!  It use to give an error on PathTool v2.1.
  48.              i.e. PATHTOOL  c:\     same as     PATHTOOL  /E  c:\
  49.  
  50.         o  Added showing of detected DOS and 4DOS versions after title banner.
  51.            Use /NT to remove the title banner and this new information.
  52.  
  53.         o  Added errors 25 and 26.
  54.  
  55.         o  Added serial# & registration line to /?, /H, /$.
  56.  
  57.         o  Changed "PATH" variable to always be forced to upper case in all
  58.            situations.  The /K option will override this feature when writing
  59.            to a variable other than "PATH".  Fixed situation where "PATH" was
  60.            lower case before running PATHTOOL.
  61.  
  62.         o  Changed /G option.  If the environment variable doesn't exist,
  63.            then PathTool won't get it from the "PATH" variable.  Instead,
  64.            the starting variable that PathTool uses will be empty.
  65.  
  66.         o  Modified error 70 to state argument number that caused error.
  67.  
  68.         o  Fixed /L defaults for non-registered users to: 127 for MSDOS and
  69.            255 for 4DOS/NDOS.  This is mainly for compatibility sake.
  70.  
  71.         o  Fixed /YVR bug when there weren't at least 2 directories in final
  72.            PATH" environment string.
  73.  
  74.         o  Fixed /YVC & /YVE when initial "PATH" environment string drive
  75.            letters were lower case.
  76.  
  77.